Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial commit #5

Merged
merged 2 commits into from
Mar 26, 2024
Merged

feat: initial commit #5

merged 2 commits into from
Mar 26, 2024

Conversation

alanlu-zyl
Copy link
Member

No description provided.

Copy link

changeset-bot bot commented Mar 26, 2024

🦋 Changeset detected

Latest commit: 294bbe8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@alanlu-dev/markdownlint-config Major
@alanlu-dev/eslint-config-base Major
@alanlu-dev/lint-staged-config Major
@alanlu-dev/commitlint-config Major
@alanlu-dev/stylelint-config Major
@alanlu-dev/prettier-config Major
@alanlu-dev/mastercss-helpers Major
@alanlu-dev/tsconfig Major
@alanlu-dev/mastercss-config Major
@alanlu-dev/changeset Major
@alanlu-dev/nuxt-base Major
@alanlu-dev/types Major
@alanlu-dev/utils Major
@alanlu-dev/scss Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

packages/changeset/src/index.ts Dismissed Show dismissed Hide dismissed
packages/changeset/src/index.ts Dismissed Show dismissed Hide dismissed
packages/changeset/src/index.ts Dismissed Show dismissed Hide dismissed
packages/changeset/src/index.ts Dismissed Show dismissed Hide dismissed
]

export function isBreakingChange(commit: string) {
return commit.includes('BREAKING CHANGE:') || defaultCommitTypes.some((commitType) => commit.match(new RegExp(`^${commitType.type}(?:\(.*\))?!:`)))

Check failure

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence '(' is equivalent to just '(', so the sequence may still represent a meta-character when it is used in a regular expression.
}

export function isConventionalCommit(commit: string) {
return defaultCommitTypes.some((commitType) => commit.match(new RegExp(`^${commitType.type}(?:\(.*\))?!?:`)))

Check failure

Code scanning / CodeQL

Useless regular-expression character escape High

The escape sequence ')' is equivalent to just ')', so the sequence may still represent a meta-character when it is used in a regular expression.
packages/mastercss/helpers/src/index.ts Dismissed Show dismissed Hide dismissed
packages/mastercss/helpers/src/index.ts Dismissed Show dismissed Hide dismissed
packages/utils/src/string/index.ts Dismissed Show dismissed Hide dismissed
packages/utils/src/string/index.ts Dismissed Show dismissed Hide dismissed
@alanlu-zyl alanlu-zyl merged commit f0ed64f into main Mar 26, 2024
7 of 12 checks passed
@alanlu-zyl alanlu-zyl deleted the dev branch March 26, 2024 20:44
alanlu-zyl added a commit that referenced this pull request Sep 19, 2024
* feat: initial commit

* fix: useless regular-expression character escape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant